golang.org/x/net/http2.Transport.afterFunc (method)
4 uses
golang.org/x/net/http2 (current package)
transport.go#L228: func (t *Transport) afterFunc(d time.Duration, f func()) timer {
transport.go#L909: cc.idleTimer = t.afterFunc(d, cc.onIdleTimeout)
transport.go#L2193: cc.idleTimer = cc.t.afterFunc(unusedWaitTime-idleTime, func() {
transport.go#L2255: t = cc.t.afterFunc(readIdleTimeout, cc.healthCheck)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)